home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
GraphicViewers
/
QuickViewer
/
Source
/
MyView.h
< prev
next >
Wrap
Text File
|
1992-08-25
|
352b
|
21 lines
/* Generated by Interface Builder */
#import <3Dkit/N3DCamera.h>
@interface MyView:N3DCamera
{
id myImage, myImageRep;
id QuickViewerWindow;
NXSize imageSize;
char *theFile;
}
- initFrame:(const NXRect *)myFrame;
- readFile:sender;
- reloadImage:sender;
- loadImage:(const char *)filename;
- drawPS:(const NXRect *)rects :(int)rectCount;
@end